home *** CD-ROM | disk | FTP | other *** search
-
- // JavaScript wrapper for r3animwi.h
- // Auto generated file, do not modify by hand
- // Copyright ⌐ 2004, Realsoft Graphics Oy
-
- var R3_ANIMWI_H = 1;
- include("oops/r3window.js")
-
-
- var R3CLID_ANIMWIN = 88;
-
-
-
-
- // Description: Register chor specific gadget
- // Returns: Boolean, true if succeeded
- // p1: Integer, class id of chor model object
- // p3: Integer, class id of the corresponding gadget
-
- R3ANIMWICM_REGISTERGADGET = 88027;
-
- function mR3ANIMWICM_REGISTERGADGET(p1, p3) {
- return DoA2(this.r3obj, 88027, p1, R3TID_INTEGER, 0, p3, R3TID_INTEGER, 0);
- }
-
-
-
-
- // Virtual method
-
- R3ANIMWIA_UnitConverter = 88000;
-
- function mR3ANIMWIA_UnitConverter() {
- DoA(this.r3obj, 88000, 0, R3TID_INTEGER, 0);
- }
-
- // Virtual method
-
- R3ANIMWICA_CurveHeight = 88002;
-
- function mR3ANIMWICA_CurveHeight() {
- DoA(this.r3obj, 88002, 0, R3TID_INTEGER, 0);
- }
-
- // Virtual method
-
- R3ANIMWICA_CutKey = 88003;
-
- function mR3ANIMWICA_CutKey() {
- DoA(this.r3obj, 88003, 0, R3TID_INTEGER, 0);
- }
-
- // Virtual method
-
- R3ANIMWICA_CopyKey = 88004;
-
- function mR3ANIMWICA_CopyKey() {
- DoA(this.r3obj, 88004, 0, R3TID_INTEGER, 0);
- }
-
- // Virtual method
-
- R3ANIMWICA_PasteKey = 88005;
-
- function mR3ANIMWICA_PasteKey() {
- DoA(this.r3obj, 88005, 0, R3TID_INTEGER, 0);
- }
-
- // Virtual method
-
- R3ANIMWICA_DuplicateKey = 88006;
-
- function mR3ANIMWICA_DuplicateKey() {
- DoA(this.r3obj, 88006, 0, R3TID_INTEGER, 0);
- }
-
- // Virtual method
-
- R3ANIMWICA_ShowStateCurves = 88007;
-
- function mR3ANIMWICA_ShowStateCurves() {
- DoA(this.r3obj, 88007, 0, R3TID_INTEGER, 0);
- }
-
- // Virtual method
-
- R3ANIMWICA_ShowOnlySelected = 88008;
-
- function mR3ANIMWICA_ShowOnlySelected() {
- DoA(this.r3obj, 88008, 0, R3TID_INTEGER, 0);
- }
-
- // Virtual method
-
- R3ANIMWICA_LargeCurveHeight = 88009;
-
- function mR3ANIMWICA_LargeCurveHeight() {
- DoA(this.r3obj, 88009, 0, R3TID_INTEGER, 0);
- }
-
- // Virtual method
-
- R3ANIMWIA_SplitterPosition = 88010;
-
- function mR3ANIMWIA_SplitterPosition() {
- DoA(this.r3obj, 88010, 0, R3TID_INTEGER, 0);
- }
-
-
-
- function r3Animwin () {
- this.base = r3God;
- if(arguments.length) {
- this.base(R3CLID_ANIMWIN, arguments);
- }
- // Methods
- this.REGISTERGADGET=mR3ANIMWICM_REGISTERGADGET;
-
- // Methods
- this.UnitConverter=mR3ANIMWIA_UnitConverter;
- this.CurveHeight=mR3ANIMWICA_CurveHeight;
- this.CutKey=mR3ANIMWICA_CutKey;
- this.CopyKey=mR3ANIMWICA_CopyKey;
- this.PasteKey=mR3ANIMWICA_PasteKey;
- this.DuplicateKey=mR3ANIMWICA_DuplicateKey;
- this.ShowStateCurves=mR3ANIMWICA_ShowStateCurves;
- this.ShowOnlySelected=mR3ANIMWICA_ShowOnlySelected;
- this.LargeCurveHeight=mR3ANIMWICA_LargeCurveHeight;
- this.SplitterPosition=mR3ANIMWIA_SplitterPosition;
-
- }
-
- r3Animwin.prototype=new r3Window;
- // r3animwi.h_H